# signature { license=0, seed=277031123, key="53294a70e81bec56626052aef2c4170f" }

name = "lms";
pkgname = "inlms";
version = "1.0.3";
license =  0;
TEST = nil ~= version:find('test')

description =
{
    name     = "InLMS";
	summary  = "Updates subscribed licenses from LMS to your system";
	detailed = [[
InLMS connects regularily to the License Management Server and retrieves fresh licenses and installs them at your system.
	]];
	copyright  = "©2021 NEC Platforms, Ltd";
	buttons =
	{
		{ img="config.png"; href="lms/lms.cgi?cmd=cfghome"; id="config"; "Configure"; target="_blank"};
	};
}

files =
{
	"manifest";
	
	"api.lua";
	"cfghome.lua";
	"config.lua";
	"email.lua";
	"geti18n.lua";
	"i18n.def";
	"install.lua";
	"lms.lua";
	"paths.lua";
	"poll.lua";
	"register.lua";
	"update.lua";
	"viewlog.lua";
	"webpro.lua";
	"xmlpro.lua";
	socket =
	{
		"smtp.lua";
	};
	html=
	{
		"cfg.js";
		"backup.png";
		"home.png";
		"icon.png";
		"langdn.png";
		"langup.png";
		"lms.cgi";
		"lms.css";
		"restore.png";
		"viewlog.png";
	};
}

permissions =
{
	OS_MEMORY = 0x400000;
}

resources =
{
	memory = permissions.OS_MEMORY;
	LuaVMs = 1;
}
